home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / distortfx / tangentfractaldeform < prev    next >
Text File  |  1999-06-15  |  712b  |  28 lines

  1. Category: UnPlugged
  2. Title: UnPlugged Tangent Deform...
  3. Copyright: ©1997/1998 Martijn W. van der Lee. UnPlugged site: http://members.xoom.com/rambo
  4. Author: Martijn W. van der Lee (mwvdlee@open.net)
  5. Filename: tandefrm.8bf
  6.  
  7. R:src((x+tan((y+(ctl(2)))*ctl(0))/(256-ctl(4))),(y+tan((x+(ctl(5)))*ctl(3))/(256-ctl(1))),z)
  8.  
  9. G:src((x+tan((y+(ctl(2)))*ctl(0))/(256-ctl(4))),(y+tan((x+(ctl(5)))*ctl(3))/(256-ctl(1))),z)
  10.  
  11. B:src((x+tan((y+(ctl(2)))*ctl(0))/(256-ctl(4))),(y+tan((x+(ctl(5)))*ctl(3))/(256-ctl(1))),z)
  12.  
  13. A:a
  14.  
  15. ctl[0]: X scale:
  16. ctl[1]: X strength:
  17. ctl[2]: X offset:
  18. ctl[3]: Y scale:
  19. ctl[4]: Y strength:
  20. ctl[5]: Y offset:
  21.  
  22. val[0]: 4
  23. val[1]: 127
  24. val[2]: 59
  25. val[3]: 4
  26. val[4]: 127
  27. val[5]: 59
  28.